home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000111_news@columbia.edu _Thu Sep 23 08:50:38 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id IAA00857
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 23 Sep 1999 08:50:38 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id IAA29515
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 23 Sep 1999 08:34:26 -0400 (EDT)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: djprice@mindspring.com (David Price)
  10. Subject: rzsz with C-kermit & Solaris
  11. Date: Thu, 23 Sep 1999 12:34:10 GMT
  12. Organization: MindSpring Enterprises
  13. Message-ID: <37ea1ce0.176424958@news.mindspring.com>
  14. To: kermit.misc@columbia.edu
  15.  
  16. I am attempting to use sz with C-kermit on a Solaris 2.6 X86 system
  17. without much success.  The rzsz version is 3.49 from Omen Tech.
  18. C-kermit is version 6.0.192.  The problem is as follows:
  19.  
  20. - I connect and login to the remote site successfully using kermit.
  21. - I enter the following command within kermit:
  22.     !sz -v file_to_send </dev/cua/b >/dev/cua/b
  23. - The following is echoed back to the screen a few times:
  24.     **B0100000000027fed4
  25. - Finally, the following is echoed back:
  26.     sz: timeout waiting for ZRINIT.
  27. - This same thing happens if I enter the same sz command from the
  28. shell once connected (without the ! of course).
  29.  
  30. I have made no modifications to the serial port via the Solaris
  31. admintool or pmadm.
  32.  
  33. Any help or insight on this would be appreciated.